From: Juanma Barranquero Date: Thu, 1 Feb 2007 22:04:56 +0000 (+0000) Subject: (syms_of_lread) : Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2482 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=39ce0a013461ac6558df40d608f7d5fd2276951f;p=emacs.git (syms_of_lread) : Doc fix. Wording by Eli Zaretskii. --- diff --git a/src/lread.c b/src/lread.c index b77a621f518..86b48a56396 100644 --- a/src/lread.c +++ b/src/lread.c @@ -4104,7 +4104,9 @@ directory. These file names are converted to absolute at startup. */); doc: /* File name, including directory, of user's initialization file. If the file loaded had extension `.elc', and the corresponding source file exists, this variable contains the name of source file, suitable for use -by functions like `custom-save-all' which edit the init file. */); +by functions like `custom-save-all' which edit the init file. +While Emacs loads and evaluates the init file, value is the real name +of the file, regardless of whether or not it has the `.elc' extension. */); Vuser_init_file = Qnil; DEFVAR_LISP ("current-load-list", &Vcurrent_load_list,